From 64f26db038d8d959516183a9e4cfd9150bad9145 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 2 Feb 2015 12:54:37 +0100 Subject: [PATCH] gtkx: add missing header The header file gdk/x11/gdkx-autocleanups.h is not installed, but it is required by gdkx.h https://bugzilla.gnome.org/show_bug.cgi?id=743640 --- gdk/x11/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gdk/x11/Makefile.am b/gdk/x11/Makefile.am index 36e39f0842..c488a31724 100644 --- a/gdk/x11/Makefile.am +++ b/gdk/x11/Makefile.am @@ -62,6 +62,7 @@ libgdkinclude_HEADERS = \ gdkx.h libgdkx11include_HEADERS = \ + gdkx-autocleanups.h \ gdkx11applaunchcontext.h \ gdkx11cursor.h \ gdkx11device.h \ -- 2.30.2